From: Juanma Barranquero Date: Wed, 23 Oct 2002 16:53:48 +0000 (+0000) Subject: (w32_term_init): Pass XColor to w32_define_color, not COLORREF. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54836 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=316ed8219536370e4c278c388b902bc148cad74b;p=emacs.git (w32_term_init): Pass XColor to w32_define_color, not COLORREF. --- diff --git a/src/w32term.c b/src/w32term.c index bde0388bce3..acf06daee31 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -11124,7 +11124,7 @@ w32_term_init (display_name, xrm_option, resource_name) /* initialise palette with white and black */ { - COLORREF color; + XColor color; w32_defined_color (0, "white", &color, 1); w32_defined_color (0, "black", &color, 1); }